projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
852d4f4
)
Cast to gchar* to fix a compilation warning
author
Javier Jardón
<jjardon@gnome.org>
Wed, 21 Oct 2009 22:00:52 +0000
(
00:00
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 21 Oct 2009 22:10:50 +0000
(
00:10
+0200)
gdk-pixbuf/io-jpeg.c
patch
|
blob
|
history
diff --git
a/gdk-pixbuf/io-jpeg.c
b/gdk-pixbuf/io-jpeg.c
index 680a209041326db314335d0c250c38c2cabb9010..5435f5b2524a3a37648b300161a93cf69bfb25ed 100644
(file)
--- a/
gdk-pixbuf/io-jpeg.c
+++ b/
gdk-pixbuf/io-jpeg.c
@@
-1046,7
+1046,7
@@
to_callback_do_write (j_compress_ptr cinfo, gsize length)
ToFunctionDestinationManager *destmgr;
destmgr = (ToFunctionDestinationManager*) cinfo->dest;
- if (!destmgr->save_func (destmgr->buffer,
+ if (!destmgr->save_func (
(gchar *)
destmgr->buffer,
length,
destmgr->error,
destmgr->user_data)) {